Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added documentation for e2e tests #97

Merged
merged 9 commits into from
Sep 14, 2023
Merged

Conversation

mfaizanse
Copy link
Member

Description

Changes proposed in this pull request:

  • Added documentation for e2e tests

Related issue(s)

@mfaizanse mfaizanse requested review from a team as code owners September 14, 2023 08:40
@kyma-bot kyma-bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Sep 14, 2023
@mfaizanse mfaizanse linked an issue Sep 14, 2023 that may be closed by this pull request
13 tasks
hack/e2e/README.md Outdated Show resolved Hide resolved
hack/e2e/README.md Outdated Show resolved Hide resolved
hack/e2e/README.md Outdated Show resolved Hide resolved
hack/e2e/README.md Outdated Show resolved Hide resolved

1. Prepare the `.env` file based on the `.env.template`.

```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the beginning of each line of the code block, add 3 blank spaces for proper indentation below the list item.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added!

```

3. Run the following make target to run the whole end-to-end test suite.
```bash
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the beginning of each line of the code block, add 3 blank spaces for proper indentation below the list item.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added!

hack/e2e/README.md Show resolved Hide resolved
hack/e2e/README.md Outdated Show resolved Hide resolved
hack/e2e/README.md Show resolved Hide resolved
hack/e2e/README.md Outdated Show resolved Hide resolved
@mfaizanse mfaizanse requested review from grischperl and removed request for marcobebway September 14, 2023 09:39
grischperl
grischperl previously approved these changes Sep 14, 2023
@kyma-bot kyma-bot added the lgtm Looks good to me! label Sep 14, 2023
hack/e2e/README.md Outdated Show resolved Hide resolved
hack/e2e/README.md Outdated Show resolved Hide resolved
hack/e2e/README.md Outdated Show resolved Hide resolved
Co-authored-by: Nina Hingerl <[email protected]>
@kyma-bot kyma-bot removed the lgtm Looks good to me! label Sep 14, 2023
@kyma-bot kyma-bot added the lgtm Looks good to me! label Sep 14, 2023
@kyma-bot kyma-bot merged commit 244deee into kyma-project:main Sep 14, 2023
@mfaizanse mfaizanse deleted the e2e_docs branch September 14, 2023 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Looks good to me! size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement e2e tests using golang for eventing-manager
4 participants